From e8e449fe02945a6f9fdf41420617639d8f5fbcb3 Mon Sep 17 00:00:00 2001 From: Drew Parsons Date: Sat, 20 Jun 2026 15:23:57 +0200 Subject: [PATCH] Build-Depends: libpq-dev to activate PostgreSQL support --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 49742705c..a710b5bbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ vtk9 (9.6.2+dfsg1-1exp1) UNRELEASED; urgency=medium mariaDB has sufficiently evolved from mySQL to stop claiming compatibility. Note that VTK9 nevertheless still treats mariaDB as a substitute for mySQL. Closes: #1137152 + * Build-Depends: libpq-dev to activate PostgreSQL support -- Drew Parsons Sat, 20 Jun 2026 14:42:24 +0200 diff --git a/debian/control b/debian/control index ce82535f4..b57025b7e 100644 --- a/debian/control +++ b/debian/control @@ -42,6 +42,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), libpng-dev, libpq-dev, libproj-dev, + libpq-dev, libsqlite3-dev, libswscale-dev, libtbb-dev [linux-any], -- 2.30.2